strings.genericReplacer.root (field)

7 uses

	strings (current package)
		replace.go#L225: 	node := &r.root
		replace.go#L228: 		if node.priority > bestPriority && !(ignoreRoot && node == &r.root) {
		replace.go#L260: 	root trieNode
		replace.go#L292: 	r.root.table = make([]*trieNode, r.tableSize)
		replace.go#L295: 		r.root.add(oldnew[i], oldnew[i+1], len(oldnew)-i, r)
		replace.go#L342: 		if i != len(s) && r.root.priority == 0 {
		replace.go#L344: 			if index == r.tableSize || r.root.table[index] == nil {